[Global Namespace]
Namespaces
Functions
Translate a key.
Abort bow execution if condiction is true
Alias de la class Event::once
Resolve the service container, or a binding out of it.
Abort the request with an HTTP error.
Abort the request only when the given condition is true.
Build a public URL for an asset under the asset prefix.
Get the auth manager, or a specific guard.
Get the database manager, optionally on another connection.
Run a raw SELECT query and return a single row.
Run a schema/DDL statement (CREATE, ALTER, RENAME, DROP, ...).
Get a query builder for a table (optionally on another connection).
Check whether a database transaction is currently open.
Send an email, or get the mailer instance.
Store a one-request flash message in the session.
Hash a value, or verify one against an existing hash.
Translate a key, or get the translator instance.
deprecated
Get the auth manager, or a specific guard.
deprecated
Hash a value, or verify one against an existing hash.
Get the cache instance, or read/write a cache entry.
Read or write application configuration.
Read or write cookies.
Create (or fetch) the current CSRF token payload.
csrf, fonction permetant de générer un token
Check whether the stored CSRF token has expired.
Curl help
Allows to connect to another database and return the instance of the DB
Launches SELECT SQL Queries
Launches CREATE TABLE, ALTER TABLE, RENAME, DROP TABLE SQL Query
statement lance des requete SQL de type DELETE
Download file
Send an email, or get the mailer instance.
Store a one-request flash message in the session.
Generate a fresh, standalone token string (not stored in the session).
Returns the last ID following an INSERT query on a table whose ID is auto_increment.
Retourne le dernier ID suite a une requete INSERT sur un table dont ID est auto_increment.
Build a hidden input that spoofs the HTTP method (PUT, PATCH, DELETE).
Get a value submitted on the previous request.
Send a plain (non-templated) email.
Get the redirector, optionally redirecting straight to a path.
Send a file as a download response.
Send a JSON response.
Build a URL for a named route.
sanitaze, épure un variable d'information indésiration eg. sanitaze('j\'ai') => j'ai
Sanitize a value in strict/secure mode (numeric values pass through).
statement lance des requete SQL de type SELECT
statement lance des requete SQL de type SELECT
Get the session manager, or read a session value.
Add a header to the outgoing response.
slugify, transforme un chaine de caractère en slug eg. la chaine '58 comprendre bow framework' -> '58-comprendre-bow-framework'
statement lance des requete SQL de type CREATE TABLE|ALTER TABLE|RENAME|DROP TABLE
statuscode, permet de changer le code de la reponse du server
Resolve a remote storage service (FTP, S3, ...).
Check whether a string contains another string.
Check whether a string contains only alphabetic characters.
Convert a string into a URL-friendly slug.
Split a string into an array of its words.
Translate a key.
deprecated
Get a query builder for a table (optionally on another connection).
Make translation
Build an absolute URL from the current request base.
Validate input against a set of rules.
Verify a submitted CSRF token against the stored one.
Render a view template through View::parse().